Skip to main content
Version: 1.0.16

DROP USER

DROP USER — Remove a database role

Synopsis

DROP USER [ IF EXISTS ] name [, ...]

Description

DROP USER is now an alias for DROP ROLE.

See Also

DROP ROLE